home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / shellasm.arc / README.1ST < prev    next >
Text File  |  1988-03-03  |  2KB  |  35 lines

  1.  
  2.  
  3.   03-03-88
  4.             This code is based on the work of Ray Duncan in his
  5.             book 'Advanced MS-DOS'- "The Microsoft guide for Assembly
  6.             Language and C programmers." published by Microsoft Press -
  7.             (C)1986 by Ray Duncan.  The program SHELL.ASM is shown
  8.             on pages 199 - 205.  
  9.  
  10.             The code here is optimized for maximum speed of response and
  11.             the missing END statement has been added.  
  12.  
  13.             Mr. Duncan also presents a C version of this program
  14.             on pages 195 - 198 along with an excellent discussion
  15.             and explanation of the MS-DOS EXEC function.
  16.  
  17.             This code and/or the C version is an excellent start for
  18.             building your own command interpreter.  Items not recognized
  19.             by SHELL are passed to the MS-DOS COMMAND.COM for internal
  20.             or external processing.
  21.  
  22.             As presented here a very minimal amount of memory is used
  23.             by the program.  The C version would of course have a bigger
  24.             .EXE file and probably be slower. 
  25.  
  26.             'Advanced MS-DOS' covers almost all aspects of the DOS
  27.             interface for Assembly Language and C, it should be part of
  28.             your reference library if you are a programmer.
  29.  
  30.  
  31.                                      L. B. Neal
  32.                                      Sunnyvale, CA
  33.                                      March 3, 1988
  34.                                      PYSMATIC BBS 408-992-0372
  35.